
	.header-bg{
		transition: ease .2s;
		width: 100%;
		height: 80px;
		z-index: 99;
		background: rgba(0,0,0,0);
		position: absolute;
		top: 0;
	}
	header{
		height: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
	}
	.header-bg:hover{
		background: rgba(0,0,0,.3);
	}
	.header-center{
		display: flex;
    }
    
    .active{
        border-bottom: 3px solid #078651!important;
        font-weight: 700!important;
        color: #078651!important;
    }
    .pagination .active{
        border-bottom: 0px solid #078651!important;
    }
	.header-center a{
		font-size: 13px;
		color: #fff;
		display: block;
		line-height: 80px;
		margin: 0 16px;
		transition: ease .2s;
        border-bottom:3px solid transparent;
        box-sizing: border-box;
	}
	/* .header-bg .header-center>a.active,.header-bg .header-center a:hover{
		border-bottom:3px solid #fff;
		font-weight: 700;
    } */

    .header-bg .aa a:nth-child(1):hover{
        border-bottom:3px solid #fff;
		font-weight: 700;
    }

	.logo img{
		width: 362px;
		/* margin-right: 100px; */
	}
	.telno{
		width: 200px;
		flex-shrink: 0;
	}
	
	.header-bg2{
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #078651;
		position: fixed;
		top: 0;
		z-index: 99;
		left: 0;
	}
	.header-bg2 .header-center a{
		color: #333;
		/* line-height: 75px; */
	}
	/* .header-bg2 .header-center>a.active,.header-bg2 .header-center a:hover{
		border-bottom:3px solid #078651;
		font-weight: 700;
		color: #078651;
	} */
    
    .header-bg2 .aa>a:hover{
        border-bottom:3px solid #078651;
		font-weight: 700;
		color: #078651;
    }
    
/*footer--------------------*/

.nyl_footer {
    background: #232323;
    overflow: hidden;
    padding-top: 70px;
    width: 100%;
}
.cont_w {
    width: 1200px;
    margin: 0 auto;
}
.nyl_footer .prod {
    width: 295px;
}

.nyl_footer .item {
    padding-right: 20px;
    margin-bottom: 70px;
}
.nyl_footer .item .title {
    color: #eeeeee;
    font-size: 16px;
    /* line-height: 43px; */
    padding-bottom: 10px;
}
.nyl_footer .item .text {
    line-height: 30px;
}
.nyl_footer .prod .text a {
    margin-right: 30px;
}
.nyl_footer .item .text a {
    color: #bbbbbb;
    font-size: 14px;
}
.nyl_footer .about .text a {
    display: block;
    margin-left: 3px;
    /*width: 60px;*/
}

.nyl_footer .item a:hover{
	color: #078651;
}
.f_l {
    font-size: 12px;
}

.f_l {
    float: left;
}
.nyl_footer .nyl_copyright {
    color: #bbbbbb;
    height: 80px;
    border-top: 1px solid rgba(217,217,217,0.1);
    line-height: 80px;
}

.nyl_footer .contact {
    width: 340px;
    padding-right: 0;
}
.nyl_footer .contact .tel1 {
    color: #bbbbbb;
    padding-top: 8px;
}
.nyl_footer .contact .tel1 .phone1 {
	color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    background: url(../images/icon17.png) top left no-repeat;
    padding-left: 34px;
}
.nyl_footer .contact .tel1 .time {
	color: #eee;
    font-size: 14px;
}
.nyl_footer .contact .address {
	color: #eee;
    background: url(../images/icon18.png) left top no-repeat;
    padding-left: 23px;
    color: #bbbbbb;
    font-size: 14px;
    padding-top: 1px;
    margin-top: 21px;
}
.nyl_footer .ewm {
    width: 250px;
    padding-right: 0;
}

.nyl_footer .item {
    /* padding-right: 20px; */
    margin-bottom: 40px;
}
.f_r {
    float: right;
}
.nyl_footer .ewm .pic {
    margin-right: 27px;
    text-align: center;
}
.nyl_footer .ewm .pic .text {
    color: #bbbbbb;
}
.friendLink{
	clear: both;
    width: 1200px;
    margin: 0 auto 30px;
}
.friendLink>span, .friendLink>a {
    color: #bbb;
    margin-right: 30px;
    font-size: 12px;
}
.friendLink a:hover{
	color: #078651;
}
.yl_right_icons {
    position: fixed;
    top: 40vh;
    right: 0;
    z-index: 100;
    width: 102px;
}
.yl_right_icons ul li {
    position: relative;
    z-index: 1;
}
.yl_right_icons ul li .back {
    background: #078651;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}


.yl_right_icons ul li .back .text {
    color: #ffffff;
    font-size: 14px;
    padding-top: 10px;
}
.yl_right_icons ul li .cont {
    display: none;
    text-align: center;
    width: 181px;
    height: 98px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -201px;
    padding-right: 10px;
    color: #666666;
    line-height: 24px;
    border: 1px solid #f5f5f6;
    text-align: left;
}
.yl_right_icons ul li .cont .r_ico {
	display: inline-block;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.yl_right_icons ul li.icon1:hover .cont{
	display: block;
}
.yl_right_icons ul li .cont .big {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 22px;
    margin-left: 20px;
}
.yl_right_icons ul li .cont .small {
    font-size: 22px;
    margin-left: 20px;
}
.yl_right_icons ul li.icon2 a{
    display: block;
}
.yl_right_icons ul li.icon9 {
    opacity: 1;
    transition: all 0.2s;
    cursor: pointer;
}
.yl_right_icons ul li.icon9 span {
    display: block;
    width: 100px;
    height: 50px;
    background: url(../images/icon36.png) #ffffff center center no-repeat;
    margin-top: 14px;
}
.yl_right_icons .close {
    position: absolute;
    top: -38px;
    display: block;
    right: 0;
    cursor: pointer;
}
.yl_right_icons .hide_icon {
    cursor: pointer;
    position: absolute;
    display: block;
    bottom: -250px;
    background: #078651;
    text-align: center;
    padding: 12px 10px;
    right: 0;
    /* width: 31px;
    height: 26px; */
}